Return

Edit Task: RecurringConstraints

Format

SCHED / EditTask '<TaskName>' RecurringConstraints <minAfterType> <minTimeAfter> <maxAfterType> <maxTimeAfter>

Description

The RecurringConstraints attribute under EditTask defines the interval constraints for recurring tasks.

Parameters

ParameterDescription
minAfterTypeOptions are either afterStart or afterStop.
minTimeAfterA number in seconds (millisecond fidelity) of the minimum time between intervals of the recurring task.
maxAfterTypeOptions are either afterStart or afterStop.
maxTimeAfterA number in seconds(millisecond fidelity) of the maximum time between intervals of the recurring task.

Examples

Set the recurring constraint so that the next assignment must occur 3700s after the start of the previous one

SCHED / EditTask 'TaskA' RecurringConstraints afterStart 3700 afterStop NA